﻿2026-08-19T01:52:12.4867563Z ##[group]Run actions/checkout@v5
2026-08-19T01:52:12.4868121Z with:
2026-08-19T01:52:12.4868424Z   fetch-depth: 0
2026-08-19T01:52:12.4868765Z   repository: BigscreenVR/spt-bs-core
2026-08-19T01:52:12.4872138Z   token: ***
2026-08-19T01:52:12.4872533Z   ssh-strict: true
2026-08-19T01:52:12.4872863Z   ssh-user: git
2026-08-19T01:52:12.4873163Z   persist-credentials: true
2026-08-19T01:52:12.4873507Z   clean: true
2026-08-19T01:52:12.4873823Z   sparse-checkout-cone-mode: true
2026-08-19T01:52:12.4874190Z   fetch-tags: false
2026-08-19T01:52:12.4874486Z   show-progress: true
2026-08-19T01:52:12.4874774Z   lfs: false
2026-08-19T01:52:12.4876558Z   submodules: false
2026-08-19T01:52:12.4876893Z   set-safe-directory: true
2026-08-19T01:52:12.4877247Z   allow-unsafe-pr-checkout: false
2026-08-19T01:52:12.4877635Z ##[endgroup]
2026-08-19T01:52:12.6757019Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-19T01:52:12.6757998Z ##[group]Getting Git version info
2026-08-19T01:52:12.6758345Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-19T01:52:12.6980261Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-19T01:52:12.7954381Z git version 2.43.0.windows.1
2026-08-19T01:52:12.7983730Z ##[endgroup]
2026-08-19T01:52:12.7994325Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\706fd91b-b51d-49ce-b675-7994ead389f3\.gitconfig'
2026-08-19T01:52:12.8013720Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\706fd91b-b51d-49ce-b675-7994ead389f3' before making global git config changes
2026-08-19T01:52:12.8014773Z Adding repository directory to the temporary git global config as a safe directory
2026-08-19T01:52:12.8020822Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-19T01:52:12.8304741Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-19T01:52:12.8519288Z https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:52:12.8543410Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-19T01:52:12.8547449Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-19T01:52:12.8766706Z refs/heads/golden/nameplate-181-w8
2026-08-19T01:52:12.8790225Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-19T01:52:12.9524317Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:52:13.2708043Z ##[endgroup]
2026-08-19T01:52:13.2709519Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-19T01:52:13.8685112Z ##[group]Cleaning the repository
2026-08-19T01:52:13.8689486Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-19T01:52:21.3941036Z Removing bench-ledger/
2026-08-19T01:52:21.3941554Z Removing target/
2026-08-19T01:52:21.3979178Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-19T01:52:21.4819018Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:52:21.4852694Z ##[endgroup]
2026-08-19T01:52:21.4853155Z ##[group]Disabling automatic garbage collection
2026-08-19T01:52:21.4858467Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-19T01:52:21.5955668Z ##[endgroup]
2026-08-19T01:52:21.5956010Z ##[group]Setting up auth
2026-08-19T01:52:21.5962527Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-19T01:52:21.6194397Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-19T01:52:22.3620647Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-19T01:52:22.3871786Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-19T01:52:23.2026453Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-19T01:52:23.3012477Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-19T01:52:24.0217022Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-19T01:52:24.0540759Z ##[endgroup]
2026-08-19T01:52:24.0542380Z ##[group]Fetching the repository
2026-08-19T01:52:24.0550469Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-19T01:52:26.1093437Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:52:26.1094119Z  * [new branch]          build/nameplate-w7-courtesy-barrier -> origin/build/nameplate-w7-courtesy-barrier
2026-08-19T01:52:26.1094726Z  * [new branch]          fix/redeem-same-exchange-echo -> origin/fix/redeem-same-exchange-echo
2026-08-19T01:52:26.1095345Z  * [new branch]          stage/nameplate-181-w8-head -> origin/stage/nameplate-181-w8-head
2026-08-19T01:52:26.1628686Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/golden/nameplate-181-w8
2026-08-19T01:52:26.2263261Z   origin/golden/nameplate-181-w8
2026-08-19T01:52:26.2288914Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:52:26.3320966Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
2026-08-19T01:52:26.3343188Z ##[endgroup]
2026-08-19T01:52:26.3343741Z ##[group]Determining the checkout info
2026-08-19T01:52:26.3344354Z ##[endgroup]
2026-08-19T01:52:26.3351219Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-19T01:52:26.3683371Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-19T01:52:26.4897948Z ##[group]Checking out the ref
2026-08-19T01:52:26.4906593Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/nameplate-181-w8 refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:52:26.6324362Z branch 'golden/nameplate-181-w8' set up to track 'origin/golden/nameplate-181-w8'.
2026-08-19T01:52:26.6324833Z Your branch is up to date with 'origin/golden/nameplate-181-w8'.
2026-08-19T01:52:26.6325143Z Switched to and reset branch 'golden/nameplate-181-w8'
2026-08-19T01:52:26.6346592Z ##[endgroup]
2026-08-19T01:52:26.6654972Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-19T01:52:26.7919984Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
